Overload | Description |
---|---|
HaveCount(Int32,String,Object[]) | Asserts that the number of items in the collection matches the supplied expected amount. |
HaveCount(Expression<Func<Int32,Boolean>>,String,Object[]) | Asserts that the number of items in the collection matches a condition stated by the countPredicate. |